Package com.cisco.pt.ipc.sim.pdu
Interface BgpUpdate
- All Known Implementing Classes:
BgpUpdateImpl
-
Method Summary
Modifier and TypeMethodDescriptiongetNLRI()voidvoidsetPathAttributeLength(Short pathAttributeLength) voidsetPathAttributes(List<BgpAttribute> pathAttributes) voidsetUnfeasibleLength(Short unfeasibleLength) voidsetWithdrawnRoutes(List<BgpPrefix> withdrawnRoutes) Methods inherited from interface com.cisco.pt.ipc.sim.pdu.BgpPacket
getLength, getType, setLength, setTypeMethods inherited from interface com.cisco.pt.ipc.sim.pdu.Signal
encodeTypeAndPayload, getFieldValue, getOrderedFieldNames, pduRead
-
Method Details
-
getUnfeasibleLength
Short getUnfeasibleLength()- Returns:
- Short Returns a Short
-
setUnfeasibleLength
- Parameters:
unfeasibleLength- Takes in a parameter of unfeasibleLength
-
getWithdrawnRoutes
- Returns:
- List<BgpPrefix> Returns a List<BgpPrefix>
-
setWithdrawnRoutes
- Parameters:
withdrawnRoutes- Takes in a parameter of withdrawnRoutes
-
getPathAttributeLength
Short getPathAttributeLength()- Returns:
- Short Returns a Short
-
setPathAttributeLength
- Parameters:
pathAttributeLength- Takes in a parameter of pathAttributeLength
-
getPathAttributes
List<BgpAttribute> getPathAttributes()- Returns:
- List<BgpAttribute> Returns a List<BgpAttribute>
-
setPathAttributes
- Parameters:
pathAttributes- Takes in a parameter of pathAttributes
-
getNLRI
- Returns:
- List<BgpPrefix> Returns a List<BgpPrefix>
-
setNLRI
- Parameters:
NLRI- Takes in a parameter of NLRI
-